native 专业辞典adj.f【矿】自然的,天然的:cuivre[argent]~自然铜[银]métal~自然金属or à l'état~自然金,沙金
interface 音标:[ɛ̃tεrfas]专业辞典1. n.f.【化学】(分)界面,接触面2.n.f.【物理学】(分)界面,接触面1. n.f【电信】接口2.n.f.【计】接口,界面interfacef.分界面;界面;界线interface (eau huile, eau pétrole)油-水界面interface argile gaz泥-气界面interface d'accès入网接口interface de monte et baisse上下接口interface de transmission传输接口interface gaz huile油-气界面interface gaz liquide气-液界面interface humain machine人机接口interface programme程序接口interface périphérique外围接口interface terre mer海陆交接港
The Java Native Interface ( JNI ) feature allows Java programs to call non-Java code.
The Java Native Interface ( JNI ) enabled developers to add platform-dependent functionality to Java applications.
Finally, Java Native Interface ( JNI ) and P / Invoke; J # does not support Remote Method Invocation ( RMI ).
Java support was migrated to using the Java Native Interface ( JNI ), a standard from the Java world that allowed Java to interact with C-based code.
Microsoft didn't ship two features-- the Java native interface, or JNI, and the remote method invocation, or RMI, as part of Internet Explorer.
Examples include memory managed via native code and used from Java ( via Java Native Interface ); and objects in the Document Object Model ( DOM ), used from JavaScript.
Microsoft reiterated that it doesn't intend to include two technologies-- the Java native interface, or JNI, and the remote method invocation, or RMI, as part of Internet Explorer.
:Many of the standard libraries ( like the graphics library ) use the Java Native Interface to communicate with native code that can access the underlying system .-- Spoon ! 10 : 25, 4 November 2007 ( UTC)
JavaCPP is the bridge between the Java and C + + programming languages, which avoids much of the overhead of the Java Native Interface ( JNI ) to allow programmers on the JVM a way to perform computationally intensive tasks quickly.
To display GUI elements, the SWT implementation accesses the native GUI libraries of the operating system using Java Native Interface ( JNI ) in a manner that is similar to those programs written using operating system-specific application programming interfaces ( APIs ).